.rtl {
    direction: rtl;
}

.ltr {
    direction: ltr;
}

body {
    font-family: IRANSans !important;
}

@font-face {
    font-family: IRANSans;
    src: url('../fonts/IRANSansthememart.eot');
    src: url('../fonts/IRANSansthememart.eot?#iefix') format('embedded-opentype'), url('../fonts/IRANSansthememart.woff2') format('woff2'), url('../fonts/IRANSansthememart.woff') format('woff'), url('../fonts/IRANSansthememart.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: irsans;
    src: url('../fonts/IRANSansthememart.eot');
    src: url('../fonts/IRANSansthememart.eot?#iefix') format('embedded-opentype'), url('../fonts/IRANSansthememart.woff2') format('woff2'), url('../fonts/IRANSansthememart.woff') format('woff'), url('../fonts/IRANSansthememart.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: Yekan;
    src: url('../fonts/IRANSansthememart.eot');
    src: url('../fonts/IRANSansthememart.eot?#iefix') format('embedded-opentype'), url('../fonts/IRANSansthememart.woff2') format('woff2'), url('../fonts/IRANSansthememart.woff') format('woff'), url('../fonts/IRANSansthememart.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: tahoma;
    src: url('../fonts/IRANSansthememart.eot');
    src: url('../fonts/IRANSansthememart.eot?#iefix') format('embedded-opentype'), url('../fonts/IRANSansthememart.woff2') format('woff2'), url('../fonts/IRANSansthememart.woff') format('woff'), url('../fonts/IRANSansthememart.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
}

.rd-navbar-static .rd-nav-link {
    position: relative;
    display: inline-block;
    color: rgba(200, 200, 200, 1);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    transition: .25s;
}

.rd-navbar-static .rd-nav-item+.rd-nav-item {
    margin-right: 31px;
    margin-left: 0;
}

.list-decorative {
    text-align-last: right;
}

.list-decorative li {
    padding-left: 0;
    padding-right: 14px;
    max-width: 100%;
    text-align: right;
}

.list-decorative li::before {
    right: 0;
    border-width: 4px 8px 4px 0;
    border-color: transparent #ffdc25 transparent transparent;
}

.rd-navbar-fixed .rd-navbar-fixed-element-1 {
    left: 0;
    right: unset;
}

.rd-navbar-fixed .rd-navbar-collapse {
    left: 0;
    right: unset;
}

.rd-navbar-fixed .rd-navbar-nav-wrap {
    right: 0;
    left: unset;
    transform: translateX(110%);
}

.rd-navbar-fixed .rd-nav-item {
    text-align: right;
}

.rd-navbar-fixed .rd-nav-item:hover .rd-nav-link,
.rd-navbar-fixed .rd-nav-item.focus .rd-nav-link,
.rd-navbar-fixed .rd-nav-item.active .rd-nav-link,
.rd-navbar-fixed .rd-nav-item.opened .rd-nav-link {
    color: #808080;
}

a {
    color: #808080;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:hover {
    color: #fff;
    text-decoration: none;
}

.context-dark p,
.bg-gray-700 p,
.bg-gray-900 p,
.bg-primary p {
    color: rgba(255, 255, 255, 1);
}